home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 29 / q29.d81 / t.diskovery 29 < prev    next >
Text File  |  2022-08-28  |  6KB  |  104 lines

  1.  
  2.  
  3.                      DISKOVERY:  THE RUNT OF THE LITTER
  4.  
  5.                               by Fender Tucker
  6.  
  7.  
  8.     When the C-128 first came out it was touted as the best 8-bit computer
  9. ever created.  It was true then and it's still true.  All subsequent
  10. computers, which are arguably more powerful than the C-128, are 16- or 32-
  11. bit machines.  What happened in the past ten years?  Why is the C-64 the
  12. "classic" computer while the C-128 languishes in a world where only 800
  13. dedicated users seem to exist?
  14.  
  15.     Well, of course there are more than 800 C-128 users worldwide, but I
  16. tend to only count those who subscribe.  After all, is there any other
  17. place to find non-PD, non-shareware software besides LOADSTAR 128?
  18.  
  19.     With over 4000 subscribers LOADSTAR for the C-64 is definitely the
  20. healthier of the two LOADSTARs.  In Europe there is a rabid following for
  21. the C-64 with new games coming out practically every day.  ESCOM, the
  22. German company that bought the rights to Comodore technology, plans to
  23. eventually make more C-64s for Eastern Europe and the Far East.  No mention
  24. of the C-128, at least in all that I've read.
  25.  
  26.     But we all know what a terrific machine we have, and all 800 of you
  27. have proven how dedicated you are to the C-128 by subscribing to LS 128,
  28. even when we were charging a premium price for it.  I never liked the fact
  29. that LS 128 was $10 when the 2-disk LS 64 was $7, but that was a corporate
  30. decision by Softdisk.  I hesitate to second guess Softdisk, because they
  31. were working with figures unknown to me, but I'm glad that LOADSTAR 128 is
  32. now down to a more reasonable $6.25 per issue.
  33.  
  34.     It's still not easy finding good software for the 128 mode but I've
  35. managed to talk a few 64 programmers into getting 128s and writing for the
  36. wonderful 80-column screen.  Bob Markland had a huge hand in putting this
  37. issue together.  Dave Moorman is working on some 80-column projects, and if
  38. you get LS 64, you know that he doesn't skimp when it comes to developing
  39. ideas.  I consider our buying DAVE'S TERM 128 from Dave Jansen quite a
  40. publishing coup.  Even if you don't get online, the copiers, converters,
  41. packers and other utilities you get with DT128 are worth the $25 you spent
  42. on the last four issues of LOADSTAR 128.
  43.  
  44.     It's true that I've neglected this magazine that supports what has
  45. become the runt of the Commodore litter -- the other babies, the VIC-20,
  46. the Plus 4, the Colt have all mercifully passed away -- but it's not the
  47. fault of the computer.  I'm embarrassed by some of my inactions.  For
  48. example, several people asked me to change the way our menu prints so that
  49. instead of having a one inch border on the right of the page, it would put
  50. the border on the left where you would normally punch holes for a binder.
  51. I looked at the code, saw that Jon Mattson, the designer of our menu
  52. system, used ML to do the printing, and figured it couldn't be easily done
  53. without bothering Jon.  If I had only looked closer I would have noticed
  54. that the ML only prints one line at a time.  The SYS is in a BASIC loop so
  55. all that needed to be changed is one dinky little line in "presenter.128".
  56.  
  57.     It's fixed on this issue, so you can substitute the 40-block file
  58. "presenter.128" on this issue for the same file on older issues (back to
  59. #9) and the text on them will print more nicely for binding.  Or you can
  60. change the code yourself.  Just run LOADSTAR 128 and break out of it with
  61. STOP-RESTORE.  Then insert this command in front of line 1020, leaving
  62. everything else in the line intact:
  63.  
  64.   PRINT"    ";:                That's four spaces in quotes
  65.  
  66. When done you can scratch and save the program with GOTO10000.
  67.  
  68.     Jeff Jones is constantly upgrading everything he does for LS 64 but
  69. since he doesn't have time for LS 128, it's up to me to do it, and it
  70. usually doesn't get done.  Last issue we added a DOS command line to the
  71. Presenter thanks to Charles Kirby and the folks at WCUG in Delmar MD.  This
  72. may be the best way to get things done for LS 128.  Do them for me and send
  73. me the disk explaining things so that even a fool such as I can see their
  74. benefit.
  75.  
  76.     The C-128 never got the respect it deserved.  Commodore immediately
  77. followed the C-128 with the Amiga and since it cost more, of course they
  78. pushed it more.  I'd like to make up for the last decade by keeping LS 128
  79. going, finding more good programmers who aren't switching to Windows, and
  80. spending more time writing programs for the 80-column screen.  I need help,
  81. though, and appreciate all you can send.  Sam Phelps of Gaston SC sent me
  82. three 1581 disks full of 128 programs he has accumulated over the years.
  83. It's all PD but some of it looks very good.  I wouldn't want to sell you
  84. something you could get for "free" online (hah!) but there are some
  85. programs that would be very nice after getting the LOADSTAR treatment.  Bob
  86. Markland is helping me update programs by making them work on any drive
  87. (essential in the 90s), adding file requestors, DOS command lines, a modern
  88. look and feel, etc.  Since many "PD" programs are only PD if they're not
  89. changed, I have to negotiate with authors, many of whom are hard to find.
  90.  
  91.     You've paid your dues.  You deserve a disk full of good, tested, 80-
  92. column software for your 8-bit powerhouse every three months and I'm going
  93. to see that you get it.  Judi Mangham (my wife) and I recently formed a
  94. separate company called J & F Publishing, Inc. and we're dedicated to
  95. keeping LOADSTAR and LOADSTAR 128 going into the next century.  I have a
  96. feeling that if you stay with us I won't be using terms like "runt of the
  97. litter" when talking about our C-128 anymore.  I only did that to get your
  98. attention.  There's nothing runtish about 122365 BASIC bytes free when a
  99. massive program like THE WRITE STUFF 128 only takes up about a fourth of
  100. that.
  101.  
  102.                        \\\\\ RETURN - Menu \\\\\
  103.                                                                            
  104.